ComponentOne Basic Library for WPF and Silverlight
Cancel Property (PropertyChangingEventArgs<T>)


C1.WPF Namespace > PropertyChangingEventArgs<T> Class : Cancel Property
Gets or sets a value indicating whether this PropertyChangingEventArgs<T> is cancel.
Syntax
'Declaration
 
Public Property Cancel As System.Boolean
'Usage
 
Dim instance As PropertyChangingEventArgs(Of T)
Dim value As System.Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public System.bool Cancel {get; set;}

Property Value

true if cancel; otherwise, false.
See Also

Reference

PropertyChangingEventArgs<T> Class
PropertyChangingEventArgs<T> Members